.mp-mail {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
    background:rgba(0, 0, 0, .4);
    filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr=#40000000, endColorstr=#40000000)\9;
	_position: absolute;
    _top: expression(eval(document.documentElement.scrollTop+200));
}
.mp-con {
	overflow: hidden;
	position: relative;
	top: 150px;
	left: 50%;
    width: 500px;
    max-height: 570px;
    overflow-y: auto;
	padding-bottom: 30px;
	margin-left: -250px;
	background: #fff;
	border-radius: 3px;
}
.mp-close {
	position: absolute;
	top: 12px;
	right: 12px;
	width: 26px;
	height: 26px;
	background: url(https://pres.vobao.com/Images/V3/baorequest/new/mp_close.png);
	cursor: pointer;
}

.mp-h {
	width: 500px;
	height: 55px;
	padding-bottom: 6px;
	background: url(https://pres.vobao.com/Images/V3/baorequest/new/mp-bg.png) bottom left no-repeat;
	color: #333333;
	font-size: 21px;
	text-indent: 15px;
	line-height: 55px;
}
.mp-tips {
	overflow: hidden;
	width: 500px;
	margin-top: 15px; 
}
.mp-tips h1 {
	width: 500px;
	color: #333333;
	font-size: 19px;
	text-align: center;
	margin: 15px 0;
}
.mp-tips h2 {
	width: 480px;
	color: #666666;
	font-size: 15px;
	text-align: center;
	margin: 15px 0;
	padding: 0 10px;
}
.mp-tips h3 {
	width: 480px;
	color: #434a54;
	font-size: 15px;
	text-align: center;
	margin: 15px 0;
	padding: 0 10px;
}
.mp-tips h3 a,.mp-tips p a {
	color: #0072c6;
}
.mp-tips p {
	width: 460px;
	color: #666666;
	font-size: 13px;
	line-height: 30px;
	text-align: left;
	margin: 15px 0;
	padding: 0 20px;
}
.mp-button {
	width: 500px;
	height: 42px;
	margin: 30px 0 20px 0;
	text-align: center;
}
.mp-button input {
	width: 167px;
	height: 42px;
	border:none;
	outline: none;
	text-align: center;
	font-size: 19px;
	line-height: 42px;
	color: #fff;
	border-radius: 3px;
    cursor: pointer;
    background: #ff7144;
    cursor: pointer;
    FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#ff981c,endColorStr=#ff5418);
    background: -ms-linear-gradient(top,#ff981c,#ff5418);
    background: -moz-linear-gradient(top,#ff981c,#ff5418);
    background: -webkit-gradient(linear,0% 0,0% 100%,from(#ff981c),to(#ff5418));
    background: -webkit-linear-gradient(top,#ff981c,#ff5418);
    background: -o-linear-gradient(top,#ff981c,#ff5418)
}
.mb-orange {
	color: #ff6701
}
.mp-text{
    display: inline-block;
    text-indent: 2em;
}